-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Update op-geth for geth-based build #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Heimdall Review Status
|
|
Hello, This might be not 100% the full change needed. As per op-node/v1.13.3 realease page, the coresponding op-geth version needed for this release is v1.101511.0. |
Thank you. I was too fixated on the fact that this update helped me overcome synchronization issues and didn't pay attention to the accompanying op-geth update. Fixed. |
|
Thanks for opening this, happy to merge in but would you be able to rebase. On master we're currently controlling versions in this file. |
Updated op-geth to v1.101511.0
Thank you. Done. This PR updates only op-geth for now, because op-node was already updated here: https://github.com/base/node/pull/477/commits without any annotations, so for now history is a little bit dirty. Earlier, PR was intended to update both dependencies. |
| export OP_GETH_TAG=v1.101503.4 | ||
| export OP_GETH_COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed | ||
| export OP_GETH_TAG=v1.101511.0 | ||
| export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified commit from here
This reverts commit cfd8eca.
This could resolve the syncing issues of recent days. Inspired by #470.